home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d16
/
wspacer.arc
/
WSPACER.WBT
< prev
next >
Wrap
Text File
|
1991-09-13
|
763b
|
22 lines
; --- This is WSPACER.WBT. It is an optional front-end for WorkSpacer.
; It requires WSRUN.WBT (a Batch Builder file that will restore a
; named workspace to the desktop.) and WSMAKE.WBT (a Batch Builder
; file that creates the workspace information and stores it in a
; private INI file called WSPACE.INI), along with NDW Batch Runner.
; --- WiGuys Software
; 19 Rushbrook Drive,
; Kitchener, ON N2E 3C1 Canada
; (519) 745-9717
; Gregg Hommel, CIS # 72537,552
; --- WorkSpacer is freeware.
WinHide ( "WBT" )
DialogBox ( "WorkSpacer Options", "wspacer.wbd")
If option == 1 Then Call ("wsrun.wbt", "")
If option == 2 Then Call ("wsmake.wbt", "")
Display ( 2, "WorkSpacer", "Thank you... Come Again!")
Exit